home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / r / rexx_plus_compiler / rexxpluscompiler2.dms / in.adf / RexxPlPlot / Examples / examples.zoo / Example10.plot < prev    next >
Encoding:
Text File  |  1990-03-17  |  553 b   |  23 lines

  1. /* Example10.plot - Demonstration program for PLPLOT illustrating absolute
  2.  *                - positioning of graphs on a page */
  3. /* Modified for RexxPlPlot by Glenn M. Lewis - 9/12/89 */
  4.  
  5. address 'PlPlot'
  6.  
  7.       'plstar(1,1);'
  8.  
  9.       'pladv(0);'
  10.       'plvpor(0.0,1.0,0.0,1.0);'
  11.       'plwind(0.0,1.0,0.0,1.0);'
  12.       'plbox("bc",0.0,0,"bc",0.0,0);'
  13.  
  14.       'plsvpa(50.0,150.0,100.0,150.0);'
  15.       'plwind(0.0,1.0,0.0,1.0);'
  16.       'plbox("bc",0.0,0,"bc",0.0,0);'
  17.       'plptex(0.5,0.5,1.0,0.0,0.5,"BOX at (50,150,100,150)");'
  18.  
  19.       'plend();'
  20.  
  21. exit 0
  22.  
  23.